Just before we have opened a window. But what should happen with this
window if DOpus tries to quit or hide ?
This is the point the DOpus notification comes in, but you may use
also the other events, if you need them.
So let's adding to our window program a little bit stuff...
NotifyWindow/NotifyWindow.c
Like you can see, there are additional signs in the arguments. Jon did
here also preparing a little bit the argument parsing for us. So let's
do it...
(for overview we do not install a notify here)
ParseWindow/ParseWindow.c
---
Note: Use the smakefile or "Build" icon in the subdirectory to rebuild.
They are just the same like on beginning, only the paths are fitted to
this directory.
|